home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #6 / Amiga Plus CD - 1996 - No. 06.iso / pd / netz / internet-set.v4.0 / amitcp-4.0 / dashboard < prev    next >
Text File  |  1996-07-24  |  1KB  |  72 lines

  1. G4C
  2.  
  3. ;Bogomip Dashboard
  4.  
  5. WinOut "con:0/150/1000/200/  Dashboard Output Window          Please wait while I talk to your modem                 ( Press Ctrl C to Abort )/Auto/Close/Wait"
  6.  
  7. WINBIG 550 10 96 128 'Net-Set'
  8. WinType 110100
  9. WinFont Helvetica.font 11 000
  10.  
  11. BOX 0 0 96 18 OUT RIDGE
  12. BOX 1 84 96 44 OUT BUTTON
  13. BOX 0 18 96 66 OUT ICONDROP
  14.  
  15. xONLOAD
  16. GuiOpen Dashboard
  17. RUN 'Sys:System/RexxMast'
  18. Set Translation Off
  19. CLI 'assign GUIs: AmiTCP: Add'
  20.  
  21. xBUTTON 3 2 45 14 'Log On'
  22. CD s:
  23. CLI 'rx AmiTCP:bin/netdial.rexx'
  24.  
  25. xBUTTON 48 2 45 14 'Log Off'
  26. CD s:
  27. CLI 'rx AmiTCP:bin/hangup.rexx'
  28.  
  29.  
  30. xBUTTON 5 21 85 15 'WWW/News'
  31. CD AmiTCP:WWW
  32. RUN 'Voyager'
  33.  
  34. xBUTTON 5 36 85 15 E-Mail
  35. CD AmiTCP:E-Mail
  36. RUN 'AirMail'
  37.  
  38. xBUTTON 5 51 85 15 FTP/Archie
  39. CD AmiTCP:FTP
  40. RUN 'AmFTP'
  41.  
  42. xBUTTON 5 66 85 15 'Pic Viewer'
  43. CD AmiTCP:tools
  44. RUN 'Fastview'
  45.  
  46. xBUTTON 66 86 26 12 'Help'
  47. CLI 'c:ppMore AmiTCP:Help/dash.help'
  48.  
  49. xICON 10 91 AmiTCP:bin/bogoicon
  50.  
  51. xMENU 'Handy Bits' MultiView "" ""
  52. RUN 'Sys:Utilities/MultiView'
  53.  
  54. xMENU 'Handy Bits' '------------' "" ""
  55.  
  56. xMENU 'Handy Bits' 'Ping Bogomip' "" ""
  57. Set Translation Off
  58. CLI 'AmiTCP:bin/ping -c 10 193.112.164.1'
  59.  
  60. xMenu 'Handy Bits' 'Reconnect!' "" ""
  61. Set Translation Off
  62. CLI 'AmiTCP:bin/net-set.recon $reconnect'
  63.  
  64. xMenu 'Help' 'Modem Help' "" ""
  65. CLI 'c:ppmore AmiTCP:Help/modem.help'
  66.  
  67. xMenu 'Help' 'Net-Set Help' "" ""
  68. CLI 'c:ppmore AmiTCP:Help/net-set.help'
  69.  
  70. xONCLOSE
  71. GuiQuit Dashboard
  72.